home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000319_news@columbia.edu _Sun Dec 5 16:34:14 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id QAA26053
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sun, 5 Dec 1999 16:34:13 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id QAA09475
  7.     for kermit.misc@watsun.cc.columbia.edu; Sun, 5 Dec 1999 16:08:47 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: Output command with USR modem
  11. Date: 5 Dec 1999 21:08:47 GMT
  12. Organization: Columbia University
  13. Message-ID: <82ek8v$980$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <s4ljctafqeg131@corp.supernews.com>,
  17. Steve Baus <steve@baus-systems.com> wrote:
  18. : The script file with the Output command is for the modem on the host.  In
  19. : effect it is an init string.  This modem never does dial it simply waits for
  20. : a call.  Here is the entire AT string:
  21. : output AT&F&C1&D2N0s0=1s37=9\13
  22. : USR says the way to do this is to:
  23. : echo AT&... > com1
  24. : Could not get it to work within the script.
  25. If you want to have Kermit answer a call, use the ANSWER command, rather
  26. than OUTPUT or DIAL.
  27.  
  28. - Frank